home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / bfd / hosts / i386nbsd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-13  |  294 b   |  15 lines

  1. /* Intel 386 running NetBSD */
  2.  
  3. #ifndef    hosts_i386bsd_H
  4. #define hosts_i386bsd_H
  5.  
  6. #include "hosts/nbsd.h"
  7.  
  8. #define    HOST_MACHINE_ARCH    bfd_arch_i386
  9.  
  10. #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
  11.   ((core_bfd)->tdata.trad_core_data->u.u_sig)
  12. #define u_comm u_kproc.kp_proc.p_comm
  13. #endif
  14.  
  15.